|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.commands.CommandHandlerServiceEvent
An instance of this class describes changes to an instance of ICommandHandlerService
.
This class is not intended to be extended by clients.
EXPERIMENTAL
ICommandHandlerServiceListener.commandHandlerServiceChanged(org.eclipse.ui.commands.CommandHandlerServiceEvent)
Constructor Summary | |
CommandHandlerServiceEvent(ICommandHandlerService commandHandlerService,
boolean handlersByCommandIdChanged)
Creates a new instance of this class. |
Method Summary | |
ICommandHandlerService |
getCommandHandlerService()
Returns the instance of the interface that changed. |
boolean |
haveHandlersByCommandIdChanged()
Returns whether or not the handlersByCommandIdChanged property changed. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CommandHandlerServiceEvent(ICommandHandlerService commandHandlerService, boolean handlersByCommandIdChanged)
commandHandlerService
- the instance of the interface that changed.handlersByCommandIdChanged
- true, iff the handlersByCommandId property changed.Method Detail |
public ICommandHandlerService getCommandHandlerService()
null
.public boolean haveHandlersByCommandIdChanged()
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |